home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0167.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.7 KB  |  38 lines

  1. On 19-Apr-97, Curtis Yallop wrote:
  2. >>> Whenever I play Iff/Raw Sound Samples in AMOS Pro, every once in a while
  3. >>> the sample falls into an infinite loop.  (Even after the program is
  4. >>> halted it loops)  Is there a way to fix this?
  5. >>> I use Sam Raw/Sam Play commands.
  6. >>Use the Sam Loop Off command?
  7. >I don't think this is the problem.  I never turn Looping on.  I will try
  8. >it.  (The bug only happens once in a while which makes it tough to test
  9. >anything...)
  10.  
  11. I've seen this problem many a time. It's an AMOS bug. If you want it to start,
  12. flick to workbench, then back to amos. Bingo, samples loop. You do need to use
  13. sam loop off to stop it.
  14.  
  15. Also, to loop only one channel, try this:
  16.  
  17. Sam Loop On
  18. Sam Loop Off %1001
  19.  
  20. Makes channels 0 and 3 not looping, channels 1 and 2 looping. You can also use
  21. the channel mask to play a sample in only one channel and alter the volume in
  22. only one channel. Just a couple more tidbits the manual neglects to mention.
  23.  
  24. Well met and godspeed,
  25.                       Giark
  26.                                            joehick@golden.net
  27.                              http://www.golden.net/~joehick/fbn/index.html
  28.      ______  ______    _____  .------------------------------------------.
  29.     / ____/ / __  /   / ___ \ !     AMOS games, utilities, demos, etc.   !
  30.    / /__   / /_/ /   / /  / / !                                          !
  31.   / ___/  / ___  |  / /  / /  !       CyberSpace BBS (519)579-0072       !
  32.  / /     / /__/ /  / /  / /   !     on A2000 060/50MHz (519)579-0173     !
  33. /_/     /______/  /_/  /_/    !                                          !
  34.    Fly By Nite Videe-Oh!      !  FBN Amiga 500 020 14MHz 1C/5F RAM 3.1OS !
  35.                               `------------------------------------------'
  36.  
  37.  
  38.